home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.micon._currentframe == 24 || _root.micon._currentframe == 25 || _root.micon._currentframe == 30)
- {
- _root.indicount = 100;
- if(_root.even34 == 0)
- {
- _root.indialogue = "Why would I spoil Ms Aventez\'s fine cooking?";
- }
- else
- {
- i = 1;
- while(i < 40)
- {
- if(_root.inven["box" + i]._currentframe == 23)
- {
- _root.inven["box" + i].gotoAndStop(1);
- }
- i++;
- }
- gotoAndStop(1);
- _root.indialogue = "This will teach Sean to keep his oversized fingers out of people\'s food.";
- _root.sfx.gotoAndStop(3);
- _root.poison1 = 1;
- _root.poison2 = 1;
- _root.poison3 = 1;
- }
- }
- }
-